func net/http.cleanPath
5 uses
net/http (current package)
pattern.go#L126: if method != "" && method != "CONNECT" && rest != cleanPath(rest) {
servemux121.go#L121: path := cleanPath(r.URL.Path)
server.go#L2599: func cleanPath(p string) string {
server.go#L2681: path = cleanPath(path)
server.go#L2734: return nil, nil, &url.URL{Path: cleanPath(u.Path) + "/", RawQuery: u.RawQuery}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)